home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETDEFXA.IN_ / netdefxa.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  6.5 KB  |  189 lines

  1. ; NETDEFPA.INF
  2. ;
  3. ; DEC FDDI Based Network Interface Cards.
  4. ;
  5. ; Copyright 1993-1997, Microsoft Corporation
  6.  
  7. [version]
  8. Signature   = "$Windows NT$"
  9. Class       = Net
  10. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. LayoutFile  = layout.inf
  13. DriverVer=10/19/1999,5.0.2029.1
  14.  
  15. [Manufacturer]
  16. %DEC%       = DEC
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect   = PCI\VEN_1011&DEV_000F
  20.  
  21. [DEC]
  22. %DEFPA.DeviceDesc%  = DEFPA.ndi,    PCI\VEN_1011&DEV_000F ; DEC FDDIcontroller PCI (DEFPA)
  23. %DEFEA.DeviceDesc%  = DEFEA.ndi,    EISA&DEFEA            ; DEC FDDIcontroller EISA (DEC300)
  24.  
  25. ;-------------------------------------------------------------------------------
  26. ; DEC FDDIcontroller PCI
  27. ;
  28. [DEFPA.ndi]
  29. Characteristics = 0x84
  30. BusType         = 5
  31. AddReg          = DEFXA.reg, DEFPA.reg
  32. CopyFiles       = DEFPA.CopyFiles
  33.  
  34. [DEFPA.ndi.Services]
  35. AddService      = DEFPA, 2, DEFPA.Service, DEFPA.EventLog
  36.  
  37. ;-------------------------------------------------------------------------------
  38. ; DEC FDDIcontroller EISA
  39. ;
  40. [DEFEA.ndi]
  41. Characteristics  = 0x84
  42. BusType          = 2
  43. EisaCompressedId = 0x230a310
  44. AdapterMask      = 0xfffffff
  45. AddReg           = DEFXA.reg, DEFEA.reg
  46. CopyFiles        = DEFEA.CopyFiles
  47.  
  48. [DEFEA.ndi.Services]
  49. AddService       = DEFEA, 2, DEFEA.Service, DEFEA.EventLog
  50.  
  51. ;-------------------------------------------------------------------------------
  52. ; DEFPA card
  53. ;
  54. [DEFPA.reg]
  55. HKR, Ndi,                               Service,      0, "DEFPA"
  56. HKR, Ndi\params\XmtBuffCnt,             ParamDesc,    0, %TransmitBuffers%
  57. HKR, Ndi\params\XmtBuffCnt,             default,      0, "32"
  58. HKR, Ndi\params\XmtBuffCnt,             type,         0, "enum"
  59. HKR, Ndi\params\XmtBuffCnt\enum,        "8",          0, "8"
  60. HKR, Ndi\params\XmtBuffCnt\enum,        "16",         0, "16"
  61. HKR, Ndi\params\XmtBuffCnt\enum,        "32",         0, "32"
  62. HKR, Ndi\params\XmtBuffCnt\enum,        "64",         0, "64"
  63. HKR, Ndi\params\XmtBuffCnt\enum,        "128",        0, "128"
  64.  
  65. ;static params
  66. HKR, ,                                  BurstSize,    0, "2"
  67. HKR, ,                                  SlotNumber,   0, "0"
  68. HKR, ,                                  AdapterCFID,  0, "987153"
  69. HKR, ,                                  CardInstance, 0, "1"
  70.  
  71. ;-------------------------------------------------------------------------------
  72. ; DEFEA card
  73. ;
  74. [DEFEA.reg]
  75. HKR, Ndi,                               Service,            0, "DEFEA"
  76.  
  77. HKR, Ndi\params\BurstSize,              ParamDesc,          0, %BurstSize% 
  78. HKR, Ndi\params\BurstSize,              default,            0, "2"
  79. HKR, Ndi\params\BurstSize,              type,               0, "enum"
  80. HKR, Ndi\params\BurstSize\enum,         "0",                0, "4"
  81. HKR, Ndi\params\BurstSize\enum,         "1",                0, "8"
  82. HKR, Ndi\params\BurstSize\enum,         "2",                0, "16"
  83.  
  84. ;static params
  85. HKR, ,                                  XmtBuffCnt,         0, "32"
  86.  
  87. ;defaults
  88. HKR, ,                                  BurstSize,          0, "2"
  89.  
  90. ;-------------------------------------------------------------------------------
  91. ; DEFPA and DEFEA common
  92. ;
  93. [DEFXA.reg]
  94. HKR, Ndi\Interfaces,                    UpperRange, 0, "ndis5"
  95. HKR, Ndi\Interfaces,                    LowerRange, 0, "fddi"
  96. HKR, ,                                  MediaType,  0, "3"
  97.  
  98. HKR, Ndi\params\RcvBuffCnt,             ParamDesc,  0, %RcvBuffCnt% 
  99. HKR, Ndi\params\RcvBuffCnt,             default,    0, "4"
  100. HKR, Ndi\params\RcvBuffCnt,             type,       0, "enum"
  101. HKR, Ndi\params\RcvBuffCnt\enum,        "2",        0, "2"
  102. HKR, Ndi\params\RcvBuffCnt\enum,        "4",        0, "4"
  103. HKR, Ndi\params\RcvBuffCnt\enum,        "8",        0, "8"
  104.  
  105. HKR, Ndi\params\RequestedTTRT,          ParamDesc,  0, %RequestedTTRT% 
  106. HKR, Ndi\params\RequestedTTRT,          default,    0, "8"
  107. HKR, Ndi\params\RequestedTTRT,          min,        0, "4"
  108. HKR, Ndi\params\RequestedTTRT,          max,        0, "165"
  109. HKR, Ndi\params\RequestedTTRT,          step,       0, "1"
  110. HKR, Ndi\params\RequestedTTRT,          base,       0, "10"
  111. HKR, Ndi\params\RequestedTTRT,          type,       0, "int"
  112.  
  113. HKR, Ndi\params\FullDuplexEnable,       ParamDesc,  0, %FullDuplexEnable% 
  114. HKR, Ndi\params\FullDuplexEnable,       default,    0, "2"
  115. HKR, Ndi\params\FullDuplexEnable,       type,       0, "enum"
  116. HKR, Ndi\params\FullDuplexEnable\enum,  "1",        0, %On%
  117. HKR, Ndi\params\FullDuplexEnable\enum,  "2",        0, %Off%
  118.  
  119. ;-------------------------------------------------------------------------------
  120. ; DEFPA install section
  121. ;
  122. [DEFPA.CopyFiles]
  123. DEFPA.sys,,,2
  124.  
  125. [DEFPA.Service]
  126. DisplayName     = %DEFPA.Service.DispName%
  127. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  128. StartType       = 3 ;%SERVICE_DEMAND_START%
  129. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  130. ServiceBinary   = %12%\DEFPA.sys
  131. LoadOrderGroup  = NDIS
  132.  
  133. [DEFPA.EventLog]
  134. Addreg         = DEFPA.AddEventLog.reg
  135.  
  136. [DEFPA.AddEventLog.reg]
  137. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  138. HKR, , TypesSupported,   0x00010001, 7
  139.  
  140. ;-------------------------------------------------------------------------------
  141. ; DEFEA install section
  142. ;
  143. [DEFEA.CopyFiles]
  144. DEFEA.sys,,,2
  145.  
  146. [DEFEA.Service]
  147. DisplayName     = %DEFEA.Service.DispName%
  148. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  149. StartType       = 3 ;%SERVICE_AUTO_START%
  150. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  151. ServiceBinary   = %12%\DEFEA.sys
  152. LoadOrderGroup  = NDIS
  153.  
  154. [DEFEA.EventLog]
  155. Addreg         = DEFEA.AddEventLog.reg
  156.  
  157. [DEFEA.AddEventLog.reg]
  158. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  159. HKR, , TypesSupported,   0x00010001, 7
  160.  
  161. ;-------------------------------------------------------------------------------
  162. ; DestinationDirs
  163. ;
  164. [DestinationDirs]
  165. DEFPA.CopyFiles = 12
  166. DEFEA.CopyFiles = 12
  167.  
  168. ;-------------------------------------------------------------------------------
  169. ; Localizable Strings
  170. ;
  171. [Strings]
  172. Msft                   = "Microsoft"
  173. DEC                    = "Digital Equipment"
  174.  
  175. TransmitBuffers        = "Transmit Buffers"
  176. BurstSize              = "Burst Size"
  177. RcvBuffCnt             = "Receive Buffers"
  178. RequestedTTRT          = "Requested TTRT(ms)"
  179. FullDuplexEnable       = "Full Duplex Enable"
  180. On                     = "On"
  181. Off                    = "Off"
  182.  
  183.  
  184. DEFPA.DeviceDesc       = "DEC FDDIcontroller/PCI"
  185. DEFEA.DeviceDesc       = "DEC FDDIcontroller/EISA"
  186.  
  187. DEFPA.Service.DispName = "DEC FDDIcontroller/PCI Driver"
  188. DEFEA.Service.DispName = "DEC FDDIcontroller/EISA Driver"
  189.